From: Glenn Morris Date: Thu, 6 Sep 2007 04:55:27 +0000 (+0000) Subject: (infodir): Go up one more level. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~27209 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=345ef41d8b966fb8847347a6df0bd0647722d27a;p=emacs.git (infodir): Go up one more level. Changes made previously while moving from ../../man: (INFO_TARGETS, DVI_TARGETS): Reduce to just the Emacs manual. (MULTI_INSTALL_INFO, ENVADD): Go up one more level. (emacsman): Delete target, not needed any more. (clean): Remove all info files but Emacs manual. Move all targets that are not the Emacs manual to misc/Makefile.in. --- diff --git a/doc/emacs/makefile.w32-in b/doc/emacs/makefile.w32-in index e7185cd9c03..d34ab66de4b 100644 --- a/doc/emacs/makefile.w32-in +++ b/doc/emacs/makefile.w32-in @@ -1,4 +1,4 @@ -#### -*- Makefile -*- for the Emacs Manual and other documentation. +#### -*- Makefile -*- for the Emacs Manual # Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @@ -25,7 +25,7 @@ # set by the configure script's `--srcdir' option. srcdir=. -infodir = $(srcdir)/../info +infodir = $(srcdir)/../../info # The makeinfo program is part of the Texinfo distribution. MAKEINFO = makeinfo --force